get Options
Gets an iterator over the configuration s for this control.
Options provide a way to customize the behavior or appearance of the control (e.g., scroll speed for a ticker, URL for a web view).
Retrieves an iterator over the options associated with the current com.reveldigital.player.api.Module.These options are typically used to configure the Flash content, such as setting FlashVars or identifying the SWF file.
If the internal module is null or has no options, an empty iterator is returned to prevent NullPointerExceptions.
Return
An Iterator of Option objects. Returns an empty iterator if no module or options are available.